Skip to main content

availableAppointmentDays

Days that have available appointments

GraphQL Schema

extend type query {
"""Days that have available appointments"""
availableAppointmentDays(userId: ID, startDate: Date!, endDate: Date!): [AvailableAppointmentDay!]!
}

Arguments

NameTypeDescription
userIdIDUnique ID of the user
startDateDate!
endDateDate!

Response Shape

This query returns [AvailableAppointmentDay!]!

NameTypeDescription
idID!Unique ID of the object
dateDate!